Print "1 followed by googolplex number of zeros" [closed]

Posted by Rajan on Stack Overflow See other posts from Stack Overflow or by Rajan
Published on 2011-01-13T01:44:22Z Indexed on 2011/01/13 1:53 UTC
Read the original article Hit count: 472

Filed under:

Assuming we are not concerned about running time of the program (which is practically infinite for human mortals), we want to print out in base 10, the exact value of 10^(googolplex), one digit at a time (mostly zeros).

Describe an algorithm (which can be coded on current day computers), or write a program to do this. Since we cannot practically check the output, so we will rely on collective opinion on the correctness of the program.

NOTE : I do not know the solution, or whether a solution exists or not. The problem is my own invention. To those readers who think this is not a CS question... kindly reconsider. This is difficult and bit theoretical but definitely CS.

© Stack Overflow or respective owner

Related posts about algorithm